Click or drag to resize

OutOfOffice Class

Contains the Out of Office (OOF) settings.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeOutOfOffice

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class OutOfOffice

The OutOfOffice type exposes the following members.

Constructors
  NameDescription
Public methodOutOfOffice
Initializes a new instance of the OutOfOffice class.
Public methodOutOfOffice(OutOfOfficeState)
Initializes a new instance of the OutOfOffice class.
Top
Properties
  NameDescription
Public propertyDuration
Indicates the duration for which the OOF status is enabled if the OOF state in the OofState element is set to Scheduled.
Public propertyExternalAudience
Indicates how external users are handled.
Public propertyExternalReply
Contains the body of the OOF response message that is sent to external users.
Public propertyInternalReply
Contains the body of the OOF response message that is sent to internal users.
Public propertyState
Indicates the user's OOF state.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also